home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Power 1997 December
/
MACPOWER-1997-12.ISO.7z
/
MACPOWER-1997-12.ISO
/
AMUG
/
PROGRAMMING
/
Raven 1.2.sit
/
Raven 1.2
/
Source
/
Foundation
/
Common
/
SLFunctions.h
< prev
next >
Wrap
Text File
|
1997-02-14
|
197b
|
16 lines
#ifdef __cplusplus
extern "C" {
#endif
void SLDisable(void);
void SLEnable(void);
void SLEnterInterrupt(void);
void SLLeaveInterrupt(void);
void SLResetLeaks(void);
#ifdef __cplusplus
}
#endif